Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No connection reuse in SQLite Factor #2709

Merged
merged 2 commits into from
Aug 12, 2024
Merged

No connection reuse in SQLite Factor #2709

merged 2 commits into from
Aug 12, 2024

Conversation

rylev
Copy link
Collaborator

@rylev rylev commented Aug 12, 2024

Paired with @karthik2804

Per #2705, we don't want connection reuse across instances. Factors technically already fixes this issue, but it was not obvious at first due to some type and naming choices (e.g., the use of the term "pool" when connections were not actually pooled). This changes those type and naming choices to make it clear that connections are not reused across instances.

rylev added 2 commits August 12, 2024 10:20
Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
@rylev rylev requested a review from lann August 12, 2024 08:43
@rylev rylev merged commit 23e6a23 into factors Aug 12, 2024
2 checks passed
@rylev rylev deleted the new-connection-reuse branch August 12, 2024 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants